supportsAnimation

abstract fun supportsAnimation(block: DesignBlock): Boolean

Returns whether the block supports animation.

Return

True if the block supports animation, false otherwise.

Parameters

block

The design block to check for animation support.